projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4898471
)
(defun-prompt-regexp): Now a user variable.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 17 Feb 1994 21:06:52 +0000
(21:06 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 17 Feb 1994 21:06:52 +0000
(21:06 +0000)
lisp/emacs-lisp/lisp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/lisp.el
b/lisp/emacs-lisp/lisp.el
index 0d8b6436a4b74b96765375f8f8c1ef5b7dac6d48..741b3db525189e966e867d0e93a12042c8b62580 100644
(file)
--- a/
lisp/emacs-lisp/lisp.el
+++ b/
lisp/emacs-lisp/lisp.el
@@
-28,7
+28,7
@@
;;; Code:
(defvar defun-prompt-regexp nil
- "Non-nil => regexp to ignore, before the `(' that starts a defun.")
+ "
*
Non-nil => regexp to ignore, before the `(' that starts a defun.")
(defvar parens-require-spaces t
"Non-nil => `insert-parentheses' should insert whitespace as needed.")